@charset "utf-8";
/* CSS Document */





.index{
	width:100%;
	overflow:hidden;
}

.index .swiper-container{
	width:100%;
	height:100%;
	overflow:hidden;
}

.index .swiper-container .swiper-slide{
	width:100%;
	height:100%;
	overflow:hidden;
	position: relative;
}

.index .swiper-container .swiper-slide img{
	display:block;
	vertical-align:middle;
	transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
}

@media (min-width:992px){
	.index .swiper-container .swiper-slide img{
		transform:scale(1.1);
		-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-o-transform:scale(1.1);
	}
	
	.index .swiper-slide-active img{
		transform: scale(1)!important;
		-moz-transform: scale(1)!important;
	-ms-transform: scale(1)!important;
	-webkit-transform: scale(1)!important;
	-o-transform: scale(1)!important;
	}
}

.index .swiper-button-prev{
	background: url(../images/left1.png) no-repeat;
	width: 45px;
	height: 45px;
	/*border-radius: 50%;*/
	left: 1%;
	opacity: 0;
	transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
}

.index:hover .swiper-button-prev,.index:hover .swiper-button-next{
	opacity: 1;
}

.index .swiper-button-next{
	background: url(../images/right1.png) no-repeat;
	width: 45px;
	height: 45px;
	/*border-radius: 50%;*/
	right: 1%;
	opacity: 0;
	transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
}

@media (min-width:992px){
	.index img{
		display: block;
		max-width: 100%;
		height: auto
	}
}

.index .swiper-pagination-bullet{
	width: 5rem;
	height: 5px;
	border-radius: 50px;
}

.dtcon{
	position: absolute;
	left: 9%;
	top: 70%;
	opacity: 0;
	width: 40%;
	
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
	
	transition: all 1.5s;
-moz-transition: all 1.5s;
-ms-transition: all 1.5s;
-webkit-transition: all 1.5s;
-o-transition: all 1.5s;
}

.index .swiper-slide-active .dtcon{
	top: 48%;
	opacity: 1;
}

.dtcon h3{
	font-size: 38px;
	color: #fff;
	margin-bottom: 30px;
	text-transform: uppercase;
	letter-spacing: 5px;
}

.dtcon p{
	font-size: 15px;
	line-height: 28px;
	color: #fff;
}











.about{
	padding: 100px 0;
	position: relative;
	background: url(../images/aboutbg.jpg) no-repeat bottom;
	border-bottom: 1px solid #eee;
}

.aboutimg{
	float: right;
	overflow: hidden;
	width: 40%;
}

@media (max-width:1500px){
	.aboutimg{
		width: 45%;
	}
}

.aboutimg img{
	transition: all 2s;
-moz-transition: all 2s;
-ms-transition: all 2s;
-webkit-transition: all 2s;
-o-transition: all 2s;
}

.about:hover .aboutimg img{
	transform:scale(1.1);
		-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-o-transform:scale(1.1);
}

.aboutl{
	position: absolute;
	left: 8%;
	top: 45%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	width: 40%;
}

.aboutl h3{
	font-size: 38px;
	line-height: 1.2;
	letter-spacing: 2px;
	margin-bottom: 5px;
}

.aboutl h4{
	font-size: 28px;
}

.aboutl h4 span{
	color: #1d528e;
	margin-right: 10px;
}

.aboutl h5{
	font-size: 26px;
    letter-spacing: 2px;
    color: #1d528e;
    margin-top: 80px;
    margin-bottom: 28px;
}

.aboutl p{
	color: #555;
	font-size: 14px;
	line-height: 28px;
}

.abouta{
	margin-top: 50px;
}

.abouta a{
	font-size: 14px;
	color: #fff;
	background: #1d528e;
	padding: 18px 40px;
	letter-spacing: 2px;
	box-shadow: 0 0 5px #1d528e;
	
	transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
}

.abouta a:hover{
	border-radius: 50px;
}











.pro{
	padding: 100px 0;
	background: #fafafa;
}

.prol{
	float: left;
}

.prol h3{
	font-size: 38px;
	line-height: 1.2;
	letter-spacing: 2px;
	margin-bottom: 5px;
}

.prol h4{
	font-size: 28px;
}

.prol h4 span{
	color: #1d528e;
	margin-right: 10px;
}

.profl{
	margin-top: 80px;
}

.profl ul li{
	margin-bottom: 28px;
}

.profl ul li a {
    position: relative;
    font-size: 15px;
    color: #666;
    letter-spacing: 1px;
    padding-left: 30px;
    display: block;
}

.profl ul li:hover a{
	color: #1d528e;
	padding-left: 35px;
}

.profl ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    width: 18px;
    background: #666;
    transition: all 0.68s;
}

.profl ul li:hover a::before{
	background: #1d528e;
}
	
.pror{
	float: right;
	width: 75%;
}

.procon{
	padding-top: 80px;
}


.procon img{
	transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
}

.procon .swiper-slide:hover img{
	transform:scale(0.9);
	-moz-transform:scale(0.9);
-ms-transform:scale(0.9);
-webkit-transform:scale(0.9);
-o-transform:scale(0.9);
	
	box-shadow: 0 0 5px #e4e4e4;
}

.procon p{
	font-size: 14px;
	margin-bottom: 0;
	text-align: center;
	padding: 15px 0 0px 0;
	color: #333;
	
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.procon .swiper-slide:hover p{
	color: #1d528e;
}

.procon .swiper-button-prev{
	top: 0;
	right: 66px;
	background: url(../images/pl.png) no-repeat center center;
	/*background-size: 2rem 2rem;*/
	width: 50px;
	height: 50px;
}

.procon .swiper-button-next{
	top: 0;
	right: 0;
	background: url(../images/pr.png) no-repeat center center;
	/*background-size: 2rem 2rem;*/
	width: 50px;
	height: 50px;
}

.procon .swiper-pagination-bullet{
	width: 5rem;
	height: 5px;
	border-radius: 50px;
}










.more{
	background: url(../images/more.jpg) no-repeat center;
	background-attachment: fixed;
	padding: 300px 0;
	
}

@media (max-width:1500px){
	.more{
		padding: 250px 0;
	}
}

.morecon{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
	
	width: 100%;
	text-align: center;
}

.morecon h3{
	color: #fff;
	font-size: 24px;
}

.morea{
	margin-top: 88px;
	position: relative;
}

.morea ul li:nth-child(1){
	position: absolute;
	left: 42%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-o-transform: translateX(-50%);
}

.morea ul li:nth-child(2){
	position: absolute;
	left: 58%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-o-transform: translateX(-50%);
}

.morea a{
	font-size: 14px;
	color: #fff;
	border: 1px solid #fff;
	padding: 18px 40px;
	letter-spacing: 2px;
	
	
	transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
}

.morea a:hover{
	border-radius: 50px;
	background: #1d528e;
	box-shadow: 0 0 5px #1d528e;
	border: 1px solid #1d528e;
}

